Link to the documentation section on image data.
authorFederico Mena Quintero <federico@ximian.com>
Wed, 7 Jan 2004 03:17:17 +0000 (03:17 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Wed, 7 Jan 2004 03:17:17 +0000 (03:17 +0000)
2004-01-06  Federico Mena Quintero  <federico@ximian.com>

* gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation
section on image data.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf.c

index ad9cd295c4ff9f45f4f64b62aebf02e7769d17e0..950175968c95f470e96a48406fb05ae0bf8994fc 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-06  Federico Mena Quintero  <federico@ximian.com>
+
+       * gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation
+       section on image data.
+
 2004-01-06  Federico Mena Quintero  <federico@ximian.com>
 
        * gdk-pixdata.c (gdk_pixbuf_new_from_inline): Fix example in
index 986b40fc4e6ca582c96d4f2283b4224e427a7d4d..a2c1fda7df2fb84d1934ef9cdc31fb6e679b4abd 100644 (file)
@@ -454,7 +454,9 @@ gdk_pixbuf_get_bits_per_sample (const GdkPixbuf *pixbuf)
  *
  * Queries a pointer to the pixel data of a pixbuf.
  *
- * Return value: A pointer to the pixbuf's pixel data.
+ * Return value: A pointer to the pixbuf's pixel data.  Please see <xref linkend="image-data"/>
+ * for information about how the pixel data is stored in
+ * memory.
  **/
 guchar *
 gdk_pixbuf_get_pixels (const GdkPixbuf *pixbuf)